missing Since 2.14, fixes #549236
authorGian Mario Tagliaretti <gianmt@src.gnome.org>
Mon, 25 Aug 2008 06:04:36 +0000 (06:04 +0000)
committerGian Mario Tagliaretti <gianmt@src.gnome.org>
Mon, 25 Aug 2008 06:04:36 +0000 (06:04 +0000)
svn path=/trunk/; revision=21194

gtk/gtkfilechooser.c
gtk/gtkfontsel.c
gtk/gtkmountoperation.c

index a6d2b77467fb649c00fe07b5698deeb384553b28..a30648a89df7cffe20fdf8fef35d240d3ca2a7b6 100644 (file)
@@ -1181,6 +1181,8 @@ gtk_file_chooser_set_file (GtkFileChooser  *chooser,
  * folder.
  *
  * Returns: a selected #GFile
+ *
+ * Since: 2.14
  **/
 GFile *
 gtk_file_chooser_get_file (GtkFileChooser *chooser)
index 33e6e29264d6be1c1bf3740ff15280691f43595a..c931d2b9d6871868362c890455ffe93ede18e337 100644 (file)
@@ -1612,6 +1612,8 @@ gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd)
  * Gets the 'Cancel' button.
  *
  * Return value: the #GtkWidget used in the dialog for the 'Cancel' button.
+ *
+ * Since: 2.14
  */
 GtkWidget *
 gtk_font_selection_dialog_get_cancel_button (GtkFontSelectionDialog *fsd)
index 18f2a61a72c339a0f242b5be194d6de9bd9399b1..d2e83c47c0c9004519123e80e2c57e23ffd806f2 100644 (file)
@@ -767,6 +767,8 @@ gtk_mount_operation_is_showing (GtkMountOperation *op)
  *
  * Sets the transient parent for windows shown by the
  * #GtkMountOperation.
+ *
+ * Since: 2.14
  */
 void
 gtk_mount_operation_set_parent (GtkMountOperation *op,